IIoModule.ReadOutputUInt64 method

Reads an unsigned long integer from an output of a real or simulated I/O module.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
ulong ReadOutputUInt64(
       int byteOffset
)
Function ReadOutputUInt64(
       byteOffset As Integer
) As ULong

Parameters

byteOffset

Type: int

Specifies a byte offset to the location to read. The max offset is determined by the IIoModule.OutputLength property.

Return value

Type: ulong

See also

IIoModule Interface

IntervalZero.KINGSTAR.Base.Class Namespace